home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #1 / Amiga Plus 1995 #1.iso / animationen / retina_fli_ii / xflick.txt < prev    next >
Text File  |  1994-12-13  |  2KB  |  53 lines

  1.  
  2. About xflick:
  3.  
  4.     xflick allows to play fli-animations on a X11 machine.
  5.     The original program was written by Ron Schell. 
  6.     Some improvements were done by Michael Pall. 
  7.     I just added extensions to play new fli-animations 
  8.     which use higer resolution (mostly 640x480). 
  9.     Example animations for this can be found at phoenix.oulu.fi
  10.     in the directory ~/pub/bigflis. I tested the program 
  11.     on workstations from SUN (SPARC 2 and 10) using some 
  12.     examples from there. 
  13.  
  14.     -- Klaus Ehrenfried (klaus@spock.es.go.dlr.de)
  15.  
  16. History:
  17.  
  18.         xflick - Ron Schnell, March, 1991
  19.     This code is provided as is, with no warrantees, expressed
  20.         or implied.  I believe this code to be free of encumbrance,
  21.         and offer it to the public domain.  I ask, however, that
  22.     this paragraph and my name be retained in any modified
  23.     versions of the file you may make, and that you notify me
  24.     of any improvements you make to the code.
  25.  
  26.     Ron Schnell (ronnie@sos.com)
  27.  
  28.  
  29.     The following changes are from Michael Pall
  30.     (pall@rz.uni-karlsruhe.de) Mar 25-28 1991:
  31.  
  32.     Lots of bugfixes and changes to the structure of the files.
  33.     The file is interpreted before we display it.
  34.     Moved the interpretation part to read.c.
  35.     We use Pixmaps and/or XImages.
  36.     Added interactive input to change the speed/single step.
  37.  
  38.  
  39.     The following extensions are from Klaus Ehrenfried
  40.     (klaus@spock.es.go.dlr.de) Oct 23-24 1992:
  41.  
  42.     Add handling of FLI_DELTA and FLI_256_COLOR chunks.
  43.     Recognize magic number FLC_MAGIC = 0xaf12 for newer 
  44.     flic files.
  45.  
  46. Usage: xflick [-v] [-r<count>] [-d<delay>] [-i] [-n] file
  47.  -v Verbose Debugging info
  48.  -r<count>  Repeat count times
  49.  -d<delay>  Delay between frames in 1/70s
  50.  -i         Use XImages instead of Pixmaps (slower but some servers need it)
  51.  -n         Don't interpret file before display (slower but uses less memory)
  52.  
  53.